derelict_extras-purple ~master (2022-03-08T05:11:12.0837557)
Dub
Repo
_xmlnode
derelict
purple
xmlnode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
_xmlnode {
char
*
name
;
char
*
xmlns
;
XMLNodeType
type
;
char
*
data
;
size_t
data_sz
;
xmlnode
*
parent
;
xmlnode
*
child
;
xmlnode
*
lastchild
;
xmlnode
*
next
;
char
*
prefix
;
GHashTable
*
namespace_map
;
}
Members
Variables
child
xmlnode
*
child
;
Undocumented in source.
data
char
*
data
;
Undocumented in source.
data_sz
size_t
data_sz
;
Undocumented in source.
lastchild
xmlnode
*
lastchild
;
Undocumented in source.
name
char
*
name
;
Undocumented in source.
namespace_map
GHashTable
*
namespace_map
;
Undocumented in source.
next
xmlnode
*
next
;
Undocumented in source.
parent
xmlnode
*
parent
;
Undocumented in source.
prefix
char
*
prefix
;
Undocumented in source.
type
XMLNodeType
type
;
Undocumented in source.
xmlns
char
*
xmlns
;
Undocumented in source.
Meta
Source
See Implementation
derelict
purple
xmlnode
aliases
XMLNodeType
da_xmlnode_copy
da_xmlnode_free
da_xmlnode_from_file
da_xmlnode_from_str
da_xmlnode_get_attrib
da_xmlnode_get_attrib_with_namespace
da_xmlnode_get_child
da_xmlnode_get_child_with_namespace
da_xmlnode_get_data
da_xmlnode_get_data_unescaped
da_xmlnode_get_namespace
da_xmlnode_get_next_twin
da_xmlnode_get_parent
da_xmlnode_get_prefix
da_xmlnode_insert_child
da_xmlnode_insert_data
da_xmlnode_new
da_xmlnode_new_child
da_xmlnode_remove_attrib
da_xmlnode_remove_attrib_with_namespace
da_xmlnode_set_attrib
da_xmlnode_set_attrib_full
da_xmlnode_set_attrib_with_namespace
da_xmlnode_set_attrib_with_prefix
da_xmlnode_set_namespace
da_xmlnode_set_prefix
da_xmlnode_to_formatted_str
da_xmlnode_to_str
xmlnode
enums
_XMLNodeType
functions
xmlnode_copy
xmlnode_free
xmlnode_from_file
xmlnode_from_str
xmlnode_get_attrib
xmlnode_get_attrib_with_namespace
xmlnode_get_child
xmlnode_get_child_with_namespace
xmlnode_get_data
xmlnode_get_data_unescaped
xmlnode_get_namespace
xmlnode_get_next_twin
xmlnode_get_parent
xmlnode_get_prefix
xmlnode_insert_child
xmlnode_insert_data
xmlnode_new
xmlnode_new_child
xmlnode_remove_attrib
xmlnode_remove_attrib_with_namespace
xmlnode_set_attrib
xmlnode_set_attrib_full
xmlnode_set_attrib_with_namespace
xmlnode_set_attrib_with_prefix
xmlnode_set_namespace
xmlnode_set_prefix
xmlnode_to_formatted_str
xmlnode_to_str
structs
_xmlnode